LightBevelColor Function

The currently selected operating system color for drawing light lines in dividing lines and group boxes.

Syntax

result = LightBevelColor




Notes

This value is useful when you are using Canvas controls to create custom controls. When drawing controls like dividing lines and GroupBoxes, use this color for the light portions of the object (usually the top and left sides of the object).

This value can be changed by the user, so you should access this value in the Paint event handler rather than storing the value.


See Also

DarkBevelColor, DarkTingeColor, FillColor, FrameColor, HighlightColor, LightTingeColor, TextColor functions; Color data type.